ArcFM Responder Mobile Developer Guide
FeederInfo Property






Gets or sets the FeederInformation for a feature.
Syntax
'Declaration
 
Property FeederInfo As FeederInformation
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value As FeederInformation
 
instance.FeederInfo = value
 
value = instance.FeederInfo
FeederInformation FeederInfo {get; set;}
read-write property FeederInfo: FeederInformation; 
function get,set FeederInfo : FeederInformation
__property FeederInformation get_FeederInfo();
__property void set_FeederInfo( 
   FeederInformation value
);
property FeederInformation FeederInfo {
   FeederInformation get();
   void set (    FeederInformation value);
}

Property Value

The feeder information.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback